StvDEV

 GDK

  Components

  Handlers

  Localization

  Scenarios

  Threads

  UI

  Buttons

  Dialogs

  Fields

  UIMenu

  Close()

  Closed

  IsActive

  OnClose()

  OnOpen()

  Open()

  Opened

  UIMenuManager

  Trigger

  Drawing

  Editor

  Extensions

  Inspector

  Patterns

  TMP

  Types

  Vibration

class UIMenu

UI Menu basic component.
VisibilityPublic
Modifiersabstract
ExtendsMonoBehaviour

Public methods

void Close()Close menu.
void Open()Open menu.

Protected methods

void OnClose()Defines the actions that occur when the window is closed.
void OnOpen()Defines the actions that occur when the window is opened.

Public properties

UnityEvent Closed Called when the menu is closed.
bool IsActive Returns whether this menu is active.
UnityEvent Opened Called when the menu is opened.